home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-21 | 1.6 KB | 83 lines | [TEXT/CWIE] |
-
-
-
-
-
- void SaveColors(RGBColor *saveFore, RGBColor *saveBack);
-
- void RestoreColors(RGBColor *saveFore, RGBColor *saveBack);
-
-
- Boolean Rect1IsInRect2(Rect *r1, Rect *r2);
-
- OSErr PlotSmallMenuIcon(Point p, short iconID, short transform);
-
- OSErr PlotSmallIcon(Point p, short iconID);
-
- void SetRGBColor( RGBColor *rgb,
- unsigned short r,unsigned short g,unsigned short b);
-
- Point GetWindowLoc(WindowPtr theWindow);
-
- void OffsetPt(Point *p, short dh, short dv);
-
- short GetGDDepth(GDHandle gd);
-
- short GetGDMode(GDHandle gd);
-
- short MaxDepth(GDHandle gd);
-
- Point CentreOfRect(Rect r);
-
- void LocalToGlobalRect(Rect * r);
-
- void GlobalToLocalRect(Rect * r);
-
- short WindowToDepth(WindowPtr theWindow);
-
-
- Boolean IsColourPort(CGrafPtr port);
-
- void MafInsetRect(Rect *r, short hInset, short vInset);
-
-
- void MafOffsetRect(Rect *r, short hOffset, short vOffset);
-
- Boolean MafPtInRect(Point p, Rect *r);
-
- void MafSetRect(Rect *r, short left, short top, short right, short bottom);
-
- void ZeroRect(Rect* r);
-
- void CentreRect(Rect *subRect, Rect masterRect);
-
-
- void HiliteRect(Rect *r);
-
- void HiliteRgn(RgnHandle rgn);
-
-
- short RWidth(Rect r);
-
- short RHeight(Rect r);
-
- void SetRGBBackColor(unsigned short r,unsigned short g,unsigned short b);
-
- void SetRGBForeColor(unsigned short r,unsigned short g,unsigned short b);
-
- void QDNormal(void);
-
- GDHandle GetCurrentGD(Point loc);
-
- void DisposeIfGWorld(GWorldPtr *gw);
-
- enum{kAlignRectLeft = 1,kAlignRectTop = 2, kAlignRectRight = 4, kAlignRectBottom = 8};
-
- void AlignRect(Rect *r1, Rect r2, short alignCode);
-
-
- void LocalZoom(Rect r1, Rect r2);
-
-
-
-